PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFMarkInformation Class / setHasTagSuspects Method
True if the document contains tag suspects.
In This Topic
    setHasTagSuspects Method
    In This Topic
    Sets a value indicating the presence of tag suspects.
    This property has been introduced in PDF 1.6 but it has been deprecated in PDF 2.0.
    Syntax
    public void setHasTagSuspects( 
       boolean value
    )

    Parameters

    value
    True if the document contains tag suspects.
    See Also